home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / h / tb_com.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  554 b   |  34 lines

  1. /* tb_com.h: common definitions used in the tb_tables ... */
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/h/RCS/tb_com.h,v 6.0 1991/12/18 20:42:44 jpo Rel $
  5.  *
  6.  * $Log: tb_com.h,v $
  7.  * Revision 6.0  1991/12/18  20:42:44  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_TB_COMM
  16. #define _H_TB_COMM
  17.  
  18.  
  19. extern char*            Bf_put();
  20. extern char*            Bf_app();
  21.  
  22. /*
  23. Used in sequencing
  24. */
  25.  
  26. #define EOU             -9
  27. #define EOB             -99
  28. #define EOUNIT          "End-of-unit"
  29. #define EOBLOCK         "End-of-block"
  30. #define EMPTY           "empty"
  31.  
  32.  
  33. #endif
  34.